From 03bdd54cf0323412f9770054c30f6fb01bd715f2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 30 May 1993 23:24:09 +0000 Subject: [PATCH] (Fgenerate_new_buffer_name): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index cb0039bb11f..c6212beda77 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -336,7 +336,7 @@ DEFUN ("generate-new-buffer-name", Fgenerate_new_buffer_name, Sgenerate_new_buff If there is no live buffer named NAME, then return NAME.\n\ Otherwise modify name by appending `', incrementing NUMBER\n\ until an unused name is found, and then return that name.\n\ -Optional second argument ignore specifies a name that is okay to use\n\ +Optional second argument IGNORE specifies a name that is okay to use\n\ \(if it is in the sequence to be tried)\n\ even if a buffer with that name exists.") (name, ignore) -- 2.30.2